home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / USERLIST.MAN < prev   
Text File  |  1992-04-13  |  3KB  |  131 lines

  1.  
  2.  
  3. USERLIST(1)                  MAINTENANCE COMMANDS                  USERLIST(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      userlist - creates dictionary with usernames from passwordlist
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      userlist [-c] [-l] [-1] [-r] [-n] [-f passwordfile] [-o outfile]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Userlist generates a dictionary consisting of all usernames that occur in
  14.      the  passwordfile  given  by the -f switch (if no -f switch is specified,
  15.      standard-input is used). The dictionary  will  be  written  to  the  file
  16.      specified by the -o switch (if no -o switch is specified, standard-output
  17.      is used). Words can be  converted  to  all-lowercase,  all-uppercase  and
  18.      name-alike (first character uppercase, rest-lowercase).  Furthermore, all
  19.      specified conversions can also be generated reversed.  Use of one of  the
  20.      options  -c,  -l or -1 causes the normal word not te be generated anymore
  21.      unless the -n switch is specified.
  22.  
  23. OOOPPPTTTIIIOOONNNSSS
  24.      -c   Specifies that words will be converted to all-uppercase characters
  25.  
  26.      -l   Words will be converted to all-lowercase characters
  27.  
  28.      -1   Same as -l, only first character will be converted to uppercase
  29.  
  30.      -r   All specified conversions will also be generated reversed
  31.  
  32.      -n   Use of one of the options -c, -l or -1 causes the normal word not
  33.           to be generated. This switch causes the normal word to be  generated
  34.           again.
  35.  
  36.      -fname
  37.           Causes passwordfile name to be used instead of standard-input.
  38.  
  39.      -oname
  40.           Causes file name to be used  to  write  dictionary  to,  instead  of
  41.           standard-output.
  42.  
  43. SSSEEEEEE-AAALLLSSSOOO
  44.      gecos(1), hades(1), optimize(1), merge(1)
  45.  
  46. EEEXXXAAAMMMPPPLLLEEESSS
  47.      To write a list of all usernames as they are  stored  in  /etc/passwd  to
  48.      file users.dic, type:
  49.  
  50.      userlist -f /etc/passwd -o users.dic
  51.  
  52.      To write a list of all usernames contained in /etc/passwd in normal, all-
  53.      lowercase and name-conversion to standard-output, type:
  54.  
  55.      userlist -l -1 -n < /etc/passwd
  56.  
  57. BBBUUUGGGSSS
  58.      Userlist doesn't check multiple occurrance of switches. If an  option  is
  59.      specified more than once, earlier specifications will be ignored.
  60.  
  61.  
  62.  
  63.  
  64. Room101 hackers                        April 13, 1992                        1
  65.  
  66.  
  67.  
  68. USERLIST(1)                  MAINTENANCE COMMANDS                  USERLIST(1)
  69.  
  70.  
  71. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  72.      Userlist is copyrighted (C) 1992 by ``Zabkar'', member of Room101 hackers
  73.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  74.      explicitly prohibited. Userlist is part  of  the  DESPERATE  toolbox  for
  75.      HADES   password-cracking   package   by   ``Remote''.   Send  e-Mail  to
  76.      root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Room101 hackers                        April 13, 1992                        2
  130.  
  131.